home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / default / ttdnsd < prev    next >
Encoding:
Text File  |  2012-08-03  |  491 b   |  18 lines

  1. # /etc/default/ttdnsd
  2.  
  3. # Address to bind to - usually this should be 127.0.0.1
  4. # unless a copy of ttdnsd runs on 127.0.0.n
  5. ADDR_ARG="-b 127.0.0.2"
  6.  
  7. # Port to listen on - almost always this should be port 53
  8. # unless an additional local DNS cache (like unbound, dnscache, pdnsd)
  9. # listen on port 53 as system resolver and is used in front of ttdnsd
  10. # for caching purposes.
  11. PORT_ARG="-p 53"
  12.  
  13. # Debug logging
  14. # DEBUG_LOGGING="-l"
  15.  
  16. # Glue all of it together below
  17. DEFAULTS="$ADDR_ARG $PORT_ARG"
  18.